home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1999 September / PC Action Issue 81 (September 1999).ISO / vft / film / carduc.dir / 00080_evid-IQ-piazza.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  220 b   |  11 lines

  1. on mouseEnter
  2.   set the cursor of sprite 86 to 280
  3.   set the member of sprite 14 to member 4 of castLib "52"
  4.   set the visible of sprite 14 to 1
  5.   updateStage()
  6. end
  7.  
  8. on mouseLeave
  9.   set the cursor of sprite 86 to -1
  10. end
  11.